DX11 GET MESH INDEXDATA

Retrieves the vertex id referenced at the specific index in the
index buffer of the specified mesh.

  Syntax
Return Dword = DX11 GET MESH INDEXDATA(mesh, index)
  Parameters
mesh
Dword
The mesh for which to get the index data.
index
Dword
The index of the vertex id to retrieve.

  Returns

The vertex id referenced by the given mesh index.

  See also

MESH Functions Menu
DX11 Function Categories